Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dired: add keybinding for dired-do-open #840

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

fredericgiquel
Copy link
Contributor

Brief summary of what the package does

The next Emacs release will come with a new command: dired-do-open.

This PR just adds a keybinding for this command in evil normal state (same as defined in emacs state).

Direct link to the package repository

Dired is a built-in package.
Link to the new command in NEWS file : https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30#n1092

Checklist

Assume you're working on mpc mode:

  • byte-compiles cleanly
  • M-x checkdoc is happy. Don't manually write (provide 'evil-collection-mpc), M-x checkdoc can do it automatically for you
  • define evil-collection-mpc-setup with defun
  • define evil-collection-mpc-mode-maps with defconst
  • All functions should start with evil-collection-mpc-

@condy0919 condy0919 merged commit 5a1315b into emacs-evil:master Oct 31, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants